home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef VARIABLES_GLOBALES_H
- #define VARIABLES_GLOBALES_H
- /*
- ** $Filename: Variables_Globales.h $
- ** $Revision: 2.1 $
- ** $Release: 2.21 $
- ** $Date : 92/09/16 $
- **
- **
- ** (C) Copyright 1992 David Scrève
- ** All Rights Reserved
- */
-
-
- #include <exec/types.h>
-
- /* Nombre d'emprunt du programme */
- /* utilisé dans win_consul.h mais déclaré ici pour compatibilité avec */
- /* les différentes clauses Include de autres modules */
- LONG NbEmprunts;
-
- /* this the number of the first and the last disk which are read */
- /* from the icon of the application */
- LONG FirstDisk;
-
-
- struct FileHandle *adherents,*prog,*emprunts,*categorie,*disk,*nouveautes;
- struct FileHandle *commandes, *progX;
-
- LONG nombreoctets;
-
- char texte[STD_STRING_LEN];
- char news_nom[STD_STRING_LEN],emprunts_nom[STD_STRING_LEN];
- char prog_nom[STD_STRING_LEN],progX_nom[STD_STRING_LEN];
-
- char AppliName[STD_STRING_LEN]; /* nom de l'application */
-
- char CateDir_nom[STD_STRING_LEN],DiskDir_nom[STD_STRING_LEN];
- char AdherentDir[STD_STRING_LEN];
- char TempoDir[STD_STRING_LEN];
-
- char FileName_Emprunts[]="NE_PAS_TOUCHER_DOMPUB";
- struct FileHandle *DoNotTouch;
-
- LONG retour;
- struct programme prgme;
- struct adhrent adherent;
-
- char AgnusText[STD_STRING_LEN];
- char DeniseText[STD_STRING_LEN];
- char GenlockText[STD_STRING_LEN];
-
- char AppliTitle[EXSTD_STRING_LEN];
-
- char Version[]="2.21";
- char Revision[]="6.51";
- char date[]="16 Septembre 1992";
- LONG Langage;
-
- BOOL DemoVersion = FALSE;
-
- #endif /* VARIABLES_GLOBALES_H */